Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / d169c3d

Commit d169c3d9c1bf91e7fac59617ec1d1cb97f1e0ce3


Parents : 3bbda5a
Author : Mark Qvist <mark@adepta.io>
Date : 2020-03-06T22:48:07+01:00

Cleanup

Changes

1 files changed, 0 insertions(+), 4 deletions(-)


Diff

diff --git a/RNS/Transport.py b/RNS/Transport.py
index 34d291b2..0a7d4d6c 100755
--- a/RNS/Transport.py
+++ b/RNS/Transport.py
@@ -657,10 +657,6 @@ class Transport:
packet = Transport.destination_table[destination_hash][6]
received_from = Transport.destination_table[destination_hash][5]
- # Setting hops to 0xFF ensures announce is not rebroadcast by any local
- # nodes, but requester will still see it and get a valid path
- # TODO: Consider if there is a more elegant way to do this, or whether
- # rebroadcasts should actually be allowed here
now = time.time()
retries = Transport.PATHFINDER_R
local_rebroadcasts = 0

Served by rngit 1.5.2 - Generated in 0.05s